PROPERTY:  Document::plugins Netscape Only Feature

document.plugins["pluginID"]

This property is an array containing references to all the Plugin objects in the current document. These references are stored in the array in the order in which they are defined in the source code, and are accessed using the "pluginID" argument, which is an integer with the first plugin object being '0'.

Code:
document.plugins[0]
document.plugins[1]
document.plugins[2]

Copyright 2000 by Infinite Software Solutions, Inc.
Trademark Information